Order State

The current state of an order in the Finance Service state machine.

Order State represents the current state of an order in the Finance Service. It includes:

  • Order ID and Basket ID
  • Customer email
  • Current state (Placed, Completed, Cancelled, Failed)
  • Total money amount
  • Order placed date
  • Version and correlation ID for saga management

The Order State is used by the Order State Machine to track the progress of order processing.